Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / DestinationFitBV Class / DestinationFitBV Constructor / DestinationFitBV Constructor(Page,Nullable<Single>)
The page.
The left coordinate of the document window.

In This Topic
    DestinationFitBV Constructor(Page,Nullable<Single>)
    In This Topic
    Initialize a new instance of the DestinationFitBV class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As Page, _
       ByVal left As System.Nullable(Of Single) _
    )
    public DestinationFitBV( 
       Page page,
       System.Nullable<float> left
    )

    Parameters

    page
    The page.
    left
    The left coordinate of the document window.
    See Also